home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / BetterADsecurity.sit / Better AD security / Source / ShowIcon.h < prev    next >
Text File  |  1996-06-21  |  516b  |  22 lines

  1. /*    NAME:
  2.         ShowIcon.h
  3.  
  4.     WRITTEN BY:
  5.         Dair Grant
  6.                  
  7.     DESCRIPTION:
  8.         Header file for ShowIcon.c.
  9.  
  10.     ___________________________________________________________________________
  11. */
  12. #ifndef __SHOWICON__
  13. #define __SHOWICON__
  14. //=============================================================================
  15. //        Function prototypes
  16. //-----------------------------------------------------------------------------
  17. void    PlotINITIcon(Boolean useIconSuite, short animDelay, short numIcons,
  18.                         short (*theIcons)[]);
  19.  
  20.  
  21. #endif
  22.